diff --git a/Makefile b/Makefile index caf1ba9..fcb96f2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -all: tests +all: test shortcodes.c: shortcodes.rl ragel -G2 -L shortcodes.rl -o shortcodes.c %.o: %.c