aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-12 16:12:30 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-12 16:12:30 +0100
commit119904b4ecd8684e27db5af54e8f42082749324f (patch)
treee3dde465f6596652f5e965ac358d887f4319ead0 /Makefile
downloadtyp-119904b4ecd8684e27db5af54e8f42082749324f.tar.gz
First commit
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..cdcdd17
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+typ: typ.c
+ gcc -o $@ $<