Can't believe this works

This commit is contained in:
2023-07-14 11:51:03 -03:00
parent 9bdbff68fb
commit accf123cd1
4 changed files with 41 additions and 8 deletions

View File

@ -10,4 +10,8 @@ test: tests.so
cgreen-runner $^
debug:
cgreen-debug tests.so
%o: %c
$(CC) -g -c -o $@ $^
shortcodes.a: shortcodes.o
ar rcs $@ $^
.PHONY: test debug