You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
111 B

  1. all:
  2. cd art && $(MAKE) all
  3. cd src && $(MAKE) all
  4. clean:
  5. cd art && $(MAKE) clean
  6. cd src && $(MAKE) clean