Browse Source

I forgot that the Makefile existed

tags/v20240302
Emil 8 months ago
parent
commit
6605459fb9
No known key found for this signature in database GPG Key ID: 5432DB986FDBCF8A
1 changed files with 0 additions and 17 deletions
  1. +0
    -17
      Makefile

+ 0
- 17
Makefile View File

@@ -1,17 +0,0 @@
#!/bin/make -f

CFLAGS := -std=gnu99 -O2 -Wall -Wextra -Wpedantic -pipe

baked:
${LINK.c} baked.c -o baked

bake:
./baked ./baked.c

install: baked
./baked ./install

clean:
-rm baked

.PHONY: bake install clean

Loading…
Cancel
Save