10 lines
111 B
Makefile
10 lines
111 B
Makefile
# Makefile for bomber
|
|
#
|
|
|
|
TARGET = bomber
|
|
USEINET = true
|
|
|
|
include ../GNUmake
|
|
|
|
$(TARGET): bomber.o gfx.o sound.o
|