summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-01-03 17:14:59 -0700
committermo khan <mo@mokhan.ca>2015-01-03 17:14:59 -0700
commitfdd4b984964521d594f9bf62893b5687f0724367 (patch)
treee445d326ce186446515000fc612076fa8e11ec0f
parentd73b7280da8f4090a17a52dcc7e367404f7e8b86 (diff)
remove main.o and test_main.o
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a57f35..48233f5 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: $(objects) main.o
$(exe)
clean:
- rm -fr $(exe) $(test_exe) $(objects) $(test_objects)
+ rm -fr $(exe) $(test_exe) $(objects) main.o $(test_objects) test_main.o
test: $(objects) $(test_objects)
$(CC) $(CFLAGS) -o $(test_exe) $(objects) $(test_objects)