This commit is contained in:
Luke Smith 2020-04-15 16:42:19 -04:00
parent 689add8aad
commit d9f3fd8a16
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ st.o
x.o x.o
pkg/ pkg/
*.pkg.tar.xz *.pkg.tar.xz
patches

View File

@ -30,7 +30,7 @@ st: $(OBJ)
$(CC) -o $@ $(OBJ) $(STLDFLAGS) $(CC) -o $@ $(OBJ) $(STLDFLAGS)
clean: clean:
rm -f st $(OBJ) st-$(VERSION).tar.gz rm -f st $(OBJ) st-$(VERSION).tar.gz *.orig *.rej
dist: clean dist: clean
mkdir -p st-$(VERSION) mkdir -p st-$(VERSION)