summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhorus_arch2015-06-15 17:07:32 +0200
committerhorus_arch2015-06-15 17:07:32 +0200
commite205935a4fd7ae56a352d5dd8d1b69f143afb09c (patch)
treed0bd3a4d6eb9c26f1a4df2dd74c7def5c0090407 /Makefile
parentffdfbb70cf2af25482b56f08e8cad53104d91e61 (diff)
downloaduhttpd-e205935a4fd7ae56a352d5dd8d1b69f143afb09c.tar.gz
Fix flex warnings and removes unnecessary include.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1575525..9454c8a 100644
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,4 @@ all: clean urlscanner.o scanner.go
urlscanner.o: urlscanner.h
clean:
- rm -f *.o $(APP) *.exe
+ $(RM) $(RMFLAGS) *.o $(APP) *.exe