aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6580b2..38e220e 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ $(objfiles) : build/%.o : src/%.c src/%.h
$(CC) $(CFLAGS) -c -o $@ $<
clean:
- rm -f build/*.o *.a template
+ $(RM) build/*.o *.a $(LIBNAME)
$(TEST_1_NAME): t/test_1.c $(LIBNAME)
$(CC) $(CFLAGS) -o $(TEST_1_NAME) t/test_1.c -lctemplates