summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-11-06 18:42:26 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-11-06 18:42:26 +0100
commite169dbe7c20ed4b4b1acf80c8e03e9aa58a60836 (patch)
tree3f45098e6691dd3530ce278641970f46f90c002e /Makefile
downloadlst-e169dbe7c20ed4b4b1acf80c8e03e9aa58a60836.tar.gz
add cpr function, basic setup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..62f142f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all: l
+
+%: %c
+ gcc -o $@ $<