the great code shaking party
This commit is contained in:
23
Lib/Makefile
Normal file
23
Lib/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
#-----------------------------------------------------------------
|
||||
#
|
||||
#
|
||||
#
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
include ../Paramakes.mk
|
||||
|
||||
DEPS = ../tthimage.h Makefile
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
|
||||
image.o: image.c $(DEPS)
|
||||
|
||||
msglib.o: msglib.c $(DEPS)
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
foo: foo.c $(DEPS) image.o msglib.o
|
||||
gcc $(CFLAGS) $< image.o msglib.o -o $@
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
Reference in New Issue
Block a user