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

cleanup

parent e15a8094
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,5 @@ $(PROG): $(OBJS) ...@@ -15,7 +15,5 @@ $(PROG): $(OBJS)
%.o: %.c %.o: %.c
$(CC) $(CFLAGS) -c -o $@ $< $(CC) $(CFLAGS) -c -o $@ $<
main.o: ../T_IDs.h ../T_defs.h
clean: clean:
rm -f *.o $(PROG) core rm -f *.o $(PROG) core
...@@ -22,8 +22,6 @@ gui/gui.a: ...@@ -22,8 +22,6 @@ gui/gui.a:
%.o: %.c %.o: %.c
$(CC) $(CFLAGS) -c -o $@ $< $(CC) $(CFLAGS) -c -o $@ $<
main.o: ../T_IDs.h ../T_defs.h
clean: clean:
rm -f *.o $(PROG) core textlog rm -f *.o $(PROG) core textlog
cd gui && make clean cd gui && make clean
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