X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=musashi.mak;h=869b19b92b52e113f78fed91b8e2c414c6f72e3c;hb=6fb8c1441184b33847cfe668022aaf31b54a71e0;hp=7aaa771bad2fd1fbe0b246ffae4a8bcd535741a0;hpb=f548beede257a2252a2639e3fe03c7cda99433ed;p=virtualjaguar diff --git a/musashi.mak b/musashi.mak index 7aaa771..869b19b 100644 --- a/musashi.mak +++ b/musashi.mak @@ -3,8 +3,8 @@ # # by James L. Hammons # -# This software is licensed under the GPL v3 or any later version. See the -# file GPL.TXT for details. ;-) +# This makefile is licensed under the GPL v3 or any later version. See the +# file GPLv3 for details. ;-) # CC := gcc @@ -23,12 +23,10 @@ OBJS := \ obj/m68kopnz.o \ obj/m68kdasm.o -TARGET := $(OBJS) - # Targets for convenience sake, not "real" targets .PHONY: clean -all: obj $(TARGET) obj/libmusashi.a +all: obj obj/libmusashi.a @echo "Done!" obj: