9 lines
147 B
Makefile
9 lines
147 B
Makefile
|
TARGET =
|
||
|
TOPDIR = ../..
|
||
|
|
||
|
include $(TOPDIR)/defaults.mk
|
||
|
|
||
|
SRC = invader_init.c invader_draw.c invader_proc.c invaders2.c
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|