diff options
author | David Phillips <david@yeah.nah.nz> | 2019-03-02 23:07:30 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2019-03-02 23:07:30 +1300 |
commit | 4982b556540b403a1411436ed398cc523653d82f (patch) | |
tree | 86692927264f0a4e4afa3c6f4e330d99ccb74a49 /config.mk | |
download | clock-disp-4982b556540b403a1411436ed398cc523653d82f.tar.xz |
Initial working dump
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..c1d0221 --- /dev/null +++ b/config.mk @@ -0,0 +1,2 @@ +CFLAGS += -I/usr/include/SDL2 +LDFLAGS += -lSDL2 -lSDL2_ttf -lpthread |