the great code shaking party
This commit is contained in:
parent
ecd0186b28
commit
75a06cf5b4
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 $@
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------
|
4
Lib/README.md
Normal file
4
Lib/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# The tTh image processind library
|
||||||
|
|
||||||
|
Ugly software born around 1995 on a MS-Dos 286 computer.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user