6 lines
76 B
Makefile
6 lines
76 B
Makefile
|
all: dwarf-assembly
|
||
|
|
||
|
dwarf-assembly:
|
||
|
$(MAKE) -C src/ $@
|
||
|
ln -s src/$@ ./$@
|