From 74e5e824defa0a2bb111625e325c93bbf2e3f4bd Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sat, 27 Mar 2021 13:59:05 -0600 Subject: add port to file code --- port2file/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 port2file/Makefile (limited to 'port2file/Makefile') 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 -- cgit v1.2.3