]> Shamusworld >> Repos - virtualjaguar/blobdiff - musashi.mak
Virtual Jaguar 2.0.0 release.
[virtualjaguar] / musashi.mak
index 7aaa771bad2fd1fbe0b246ffae4a8bcd535741a0..869b19b92b52e113f78fed91b8e2c414c6f72e3c 100644 (file)
@@ -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: