lang-bootstrap/01/Makefile
2025-04-01 18:16:28 +01:00

7 lines
95 B
Makefile

all: out01
out01: in01 out00
./out00
out00: in00
../00/hexcompile
clean:
rm -f out00 out01