rosaria/Legacy/Aria/utils/Makefile

13 lines
186 B
Makefile
Raw Normal View History

2021-12-16 15:07:59 +01:00
# A simple makefile to cause make to go look in the top directory. A simple
# convience.
all:
$(MAKE) -C .. utils
clean:
$(MAKE) -C .. cleanUtils
%: %.cpp
$(MAKE) -C .. utils/$@