diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -102,6 +102,8 @@ $(TEST_OBJ_DIR)%.o: $(TEST_DIR)%.c @gcc -o $@ $(CFLAGS) -c $< test: build/test + @echo Test beginning... + @./build/test clean: @echo Cleaning build files... |