diff options
author | Danny van Kooten <dannyvankooten@users.noreply.github.com> | 2020-03-11 14:55:03 +0100 |
---|---|---|
committer | Danny van Kooten <dannyvankooten@users.noreply.github.com> | 2020-03-11 14:55:03 +0100 |
commit | abe9d3b25be17ea0cb920e54322854bd1e2dd97f (patch) | |
tree | 4222fec90b9ca80bf6ccf303ab997212c61cd7c4 /Makefile | |
download | unja-abe9d3b25be17ea0cb920e54322854bd1e2dd97f.tar.gz unja-abe9d3b25be17ea0cb920e54322854bd1e2dd97f.zip |
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..99a96ce --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CFLAGS= -Wall -std=c11 -Ivendor/ +LIBS= + + +hyde: hyde.c vendor/mpc.c + $(CC) $(CFLAGS) $^ -o $@
\ No newline at end of file |