Skip to content
Snippets Groups Projects
Commit f8733535 authored by Cedric Roux's avatar Cedric Roux
Browse files

cleanup

parent e15a8094
Branches
Tags
No related merge requests found
......@@ -15,7 +15,5 @@ $(PROG): $(OBJS)
%.o: %.c
$(CC) $(CFLAGS) -c -o $@ $<
main.o: ../T_IDs.h ../T_defs.h
clean:
rm -f *.o $(PROG) core
......@@ -22,8 +22,6 @@ gui/gui.a:
%.o: %.c
$(CC) $(CFLAGS) -c -o $@ $<
main.o: ../T_IDs.h ../T_defs.h
clean:
rm -f *.o $(PROG) core textlog
cd gui && make clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment