diff options
author | Christian C <cc@localhost> | 2025-03-08 01:11:55 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-08 01:11:55 -0800 |
commit | 4bc04bae6685dcffa190358aba5465c49fd9401f (patch) | |
tree | 32392b60b71d38dfbef6764c08df52356ef491a6 | |
parent | 2be81e95ed81e4f76ad0b4c687c9f2696107b959 (diff) |
Test make target
-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... |