X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=GNUmakefile;h=de6b64a6b9856a49f095194ceed9b5dc324c519e;hp=348256c824720566a67f1fb4e5fd6d6284328ab8;hb=9b942b99fe10222bee50c47bfc809de268d331ec;hpb=c9a3eeccc46a19a4ab5e8b13839dfec9d05ea1d6 diff --git a/GNUmakefile b/GNUmakefile index 348256c..de6b64a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -24,6 +24,11 @@ imago: mikmod: $(MAKE) -C libs/mikmod +.PHONY: cleanlibs +cleanlibs: + $(MAKE) -C libs/imago -f Makefile.dj clean + $(MAKE) -C libs/oldmik -f Makefile.dj clean + .PHONY: clean clean: rm -f $(obj) $(bin)