1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

Clean executable in Makefile

This commit is contained in:
bel2125
2015-05-03 10:08:40 +02:00
parent 08dab3d313
commit 10ee9fa662

View File

@@ -60,7 +60,7 @@ BUILD_DIRS += $(BUILD_DIR)/test
endif
# only set main compile options if none were chosen
CFLAGS += -W -Wall -O2 -D$(TARGET_OS) -Iinclude $(COPT) -DUSE_STACK_SIZE=102400
CFLAGS += -Wall -Wextra -O2 -D$(TARGET_OS) -Iinclude $(COPT) -DUSE_STACK_SIZE=102400
LIBS = -lpthread -lm
@@ -231,6 +231,7 @@ clean:
$(RMRF) lib$(CPROG).so
$(RMRF) lib$(CPROG).so.$(major)
$(RMRF) lib$(CPROG).so.$(version).0
$(RMRF) $(CPROG)
distclean: clean
@$(RMRF) VS2012/Debug VS2012/*/Debug VS2012/*/*/Debug