Only delete the fox32 executable on make clean

This commit is contained in:
Ry 2022-10-23 20:57:30 -07:00
parent 2e9d1be053
commit 5bfe275b29

View File

@ -13,4 +13,4 @@ $(TARGET): $(CFILES)
$(CC) -o $@ $(filter %.c, $^) $(CFLAGS)
clean:
rm -rf fox32*
rm -rf fox32