odyssey/makefile

5 lines
96 B
Makefile
Raw Normal View History

all:
@(cd src; make --no-print-directory)
clean:
@(cd src; make --no-print-directory clean)