Commit f8733535 authored by Cedric Roux's avatar Cedric Roux

cleanup

parent e15a8094
...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment