aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-26 22:42:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-26 22:42:43 -0700
commit66ba7fdd8752bc46c9cf14605226f044d259ab05 (patch)
tree8412216d0e33ac15239a9db9befc991741188988 /Makefile
parent9c38bc2efd72beb59ba686a5e323bc7cc4fedcf1 (diff)
downloadpw-66ba7fdd8752bc46c9cf14605226f044d259ab05.tar.gz
pw-66ba7fdd8752bc46c9cf14605226f044d259ab05.tar.bz2
pw-66ba7fdd8752bc46c9cf14605226f044d259ab05.zip
New project, Pipe Watch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b9ff47b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+CFLAGS ?= -g -O2 -W -Wall -std=c99
+pw: