Skip to content
Snippets Groups Projects
Commit 394a8c8d authored by pmai's avatar pmai
Browse files

Added clean pseudo-target.

parent 195461c1
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,6 @@ tables.o : tables.c StringTable.h ClassTable.h TypeTable.h
requests.o : requests.c Interface.h
$(CC) $(CFLAGS) -c $<
clean:
-rm -f core $(OBJS) $(TARGET)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment