diff --git a/core/Makefile b/core/Makefile index 2ba75ed5e..d6483b832 100644 --- a/core/Makefile +++ b/core/Makefile @@ -25,3 +25,6 @@ gateway: $(OBJ) .c.o: $(CC) $(CFLAGS) $< -o $@ + +clean: + rm -f $(OBJ) gateway