This commit is contained in:
Luke Smith
2020-05-05 13:52:44 -04:00
parent 7e01028f86
commit b43e574fa6
5 changed files with 3 additions and 139 deletions

View File

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