diff --git a/Makefile b/Makefile index 3a077a8..e82b87a 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ clean: rm -f $(TARGET) $(OBJS) *~ count: - wc $(SRCS) picoc.h + wc picoc.h picoc.c table.c lex.c parse.c heap.c type.c variable.c clibrary.c depend: $(CC) -MM $(SRCS) >.depend