diff --git a/Makefile b/Makefile index 6a1757f..dfc2ece 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,10 @@ endif libafp.a : $(OBJS) ar rcs $@ $^ +.PHONY : clean +clean : + $(RM) libafp.a $(OBJS) + o : mkdir $@