Clean up dead target from merged-Makefile experiment

This commit is contained in:
Michael Martin 2016-01-24 18:18:41 -08:00
parent d45d1461a2
commit d914c8345e
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@ CC=gcc
macross: $(MACROSS_OBJECTS)
$(CC) $(LDFLAGS) -o macross $(MACROSS_OBJECTS)
slinky/slinky: $(SLINKY_OBJECTS)
$(CC) $(LDFLAGS) -o slinky/slinky $(SLINKY_OBJECTS)
# This is a switcher program between multiple versions of Macross, not
# really a build product
# driver: driver.c