lang-bootstrap/04/Makefile

10 lines
155 B
Makefile
Raw Normal View History

2025-04-01 18:16:28 +01:00
all: out03 guessing_game.out out04
2021-11-16 11:02:45 -05:00
out03: in03 ../03/out02
../03/out02
2022-01-07 11:07:06 -05:00
out04: in04 out03
./out03
%.out: % out03
./out03 $< $@
2021-11-16 11:02:45 -05:00
clean:
2025-04-01 18:16:28 +01:00
rm -f out* *.out