diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-06 18:42:26 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-06 18:42:26 +0100 |
commit | e169dbe7c20ed4b4b1acf80c8e03e9aa58a60836 (patch) | |
tree | 3f45098e6691dd3530ce278641970f46f90c002e /Makefile | |
download | lst-e169dbe7c20ed4b4b1acf80c8e03e9aa58a60836.tar.gz |
add cpr function, basic setup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
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 $@ $< |