2025-04-27 07:49:33 -04:00

8 lines
103 B
Makefile

# run make in the main directory
all:
cd ..
$(MAKE) $(MAKEFLAGS)
clean
cd ..
$(MAKE) $(MAKEFLAGS)