summaryrefslogtreecommitdiff
path: root/hw4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hw4/Makefile')
-rw-r--r--hw4/Makefile3
1 files changed, 3 insertions, 0 deletions
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 $@ $<