OSDN Git Service

upgrade to 3.6.6
[jnethack/source.git] / sys / unix / Makefile.top
index 2266508..6260650 100644 (file)
@@ -288,6 +288,7 @@ install: rootcheck $(GAME) recover $(VARDAT) dungeon spec_levs
 clean:
        ( cd src ; $(MAKE) clean )
        ( cd util ; $(MAKE) clean )
+       ( cd dat ; $(MAKE) clean )
        ( cd doc ; $(MAKE) clean )
 
 # 'make spotless' returns the source tree to near-distribution condition.