k-asm / gbdk

17 stars 5 forks source link

maccer has no Makefile #2

Open MatthewCallis opened 10 years ago

MatthewCallis commented 10 years ago

Turns out the whole Makefile is missing.

This works: https://github.com/gheja/gbdk/blob/master/maccer/Makefile

Original: The maccer Makefile is missing the clean rules:

/Applications/Xcode.app/Contents/Developer/usr/bin/make -C /Users/matthew/_me/gbdk/gbdk-master/maccer clean
make[1]: *** No rule to make target `clean'.  Stop.
make: *** [maccer-clean] Error 2