update makefile

This commit is contained in:
Kelvin Sherlock 2017-08-08 20:15:32 -04:00
parent 5eabe7cd0c
commit dc3c9ed1ce
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ endif
libafp.a : $(OBJS)
ar rcs $@ $^
.PHONY : clean
clean :
$(RM) libafp.a $(OBJS)
o :
mkdir $@