From e205935a4fd7ae56a352d5dd8d1b69f143afb09c Mon Sep 17 00:00:00 2001 From: horus_arch Date: Mon, 15 Jun 2015 17:07:32 +0200 Subject: Fix flex warnings and removes unnecessary include. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3