kolibrios/programs/develop/ktcc/trunk/lib/libgb/Makefile
superturbocat2001 14e3d78c64 - Changed libgb assembly and added libcryptal (implementation of cryptoalgorithms from Brad Conte).
- Changed build libgb.
- Added memory.h for compatibility.

git-svn-id: svn://kolibrios.org@8367 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-11 17:07:49 +00:00

9 lines
142 B
Makefile

all:
../../bin/kos32-tcc -c gb.c -I ../../libc/include
ar -rcs libgb.a gb.o
clean:
rm -f *.o
rm -f *.a
install:
cp libgb.a ../../bin/lib