diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-09-10 17:41:18 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-09-10 17:41:18 +0200 |
commit | a8a7ed1e8cb01448fe5170baffd239b48943ae50 (patch) | |
tree | 8b16eadf4cb66f0d1056d5cbe90121e44eb5a761 /Makefile |
Genesis
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a7099ef --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all: benläkaren + +benläkaren: main.l + flex --warn -o main.c $< + cc -std=c23 -o $@ main.c |