lang-bootstrap/01/Makefile

8 lines
95 B
Makefile
Raw Normal View History

2025-04-01 18:16:28 +01:00
all: out01
2021-09-01 17:40:39 -04:00
out01: in01 out00
./out00
out00: in00
../00/hexcompile
2021-11-10 12:55:41 -05:00
clean:
2025-04-01 18:16:28 +01:00
rm -f out00 out01