home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
idleled
/
makefile
< prev
next >
Wrap
Makefile
|
1995-02-27
|
257b
|
21 lines
#
# Bmake compatible makefile for the idle led program
#
# Aztec 5.2a with optimisation enabled
#
SRC= idle_led.c
OBJ= idle_led.o
TARGET= idle_led
%.o: %.a
a68k -q -d $<
%.o: %.c
cc -sob -wlo -o $@ $<
$(TARGET): $(OBJ)
ln -o $(TARGET) $(OBJ) -lc