diff options
| author | mo khan <mo@mokhan.ca> | 2015-01-03 17:14:59 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-01-03 17:14:59 -0700 |
| commit | fdd4b984964521d594f9bf62893b5687f0724367 (patch) | |
| tree | e445d326ce186446515000fc612076fa8e11ec0f | |
| parent | d73b7280da8f4090a17a52dcc7e367404f7e8b86 (diff) | |
remove main.o and test_main.o
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
