summaryrefslogtreecommitdiff
path: root/port2file/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'port2file/Makefile')
-rw-r--r--port2file/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/port2file/Makefile b/port2file/Makefile
new file mode 100644
index 0000000..3c57cf7
--- /dev/null
+++ b/port2file/Makefile
@@ -0,0 +1,6 @@
+
+build:
+ gcc -Wall -Wextra -Wpedantic --std=gnu99 port2file.c -o port2file
+
+lint:
+ splint port2file.c