Update Makefiles,

This commit is contained in:
Kyle Isom
2025-05-01 14:55:50 -07:00
parent 07c96e4eaa
commit b334cf60ad
4 changed files with 11 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ CFLAGS += OS_CFLAGS
all: $(TARGET)
clean:
-rm -f .*.* *.core *.o *.html tags $(TARGET) $(OBJS)
-rm -f *.core *.o *.html tags $(TARGET) $(OBJS) iniparser-test
-rm -rf $(TARGET)-$(VERSION)
-rm -f $(TARGET)-$(VERSION).tgz