From 9fae5d516012e2c0802105e67c79e2587a22b9dc Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Wed, 1 Jan 2020 22:37:37 -0500 Subject: Inital commit --- hw4/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hw4/Makefile (limited to 'hw4/Makefile') diff --git a/hw4/Makefile b/hw4/Makefile new file mode 100644 index 0000000..150ac3e --- /dev/null +++ b/hw4/Makefile @@ -0,0 +1,3 @@ + +hw4.exe: main.c + $(CC) $(CFLAGS) -o $@ $< -- cgit v1.2.3-70-g09d2