home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
games
/
volume13
/
xasteroids2
/
part01
/
Imakefile
< prev
next >
Wrap
Makefile
|
1992-04-10
|
115b
|
8 lines
# simple Imakefile for xasteroids
SRCS = ast.c
OBJS = ast.o
EXTRA_LIBRARIES = -lX11 -lm
SimpleProgramTarget(ast)