[models] Correct Makefile

This commit is contained in:
Mathieu Maret 2011-08-31 15:16:24 +02:00
parent 0a6d5c35d3
commit 03458bd434
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ $(APPNAME): $(OBJS)
%.o : %.c
$(CC) $(CFLAGS) $(INCLUDES) $(CCOPT) -o $@ -c $<
clean :
-rm -f *.o *.a $(APPNAME)
.PHONY: all clean
.PHONY: all clean $(APPNAME)