From 195c332a2314305392ee2a09272e3fbd4f1b134a Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 15 Dec 2018 16:47:22 -0500 Subject: Make tokenize return double-linked list Tokenize now has a doubly linked list of toekns, for additionall help parsing break/continue instructions. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2