4 lines
67 B
Makefile
Raw Normal View History

2007-08-10 20:34:06 +00:00
inject: inject.c
@gcc -O2 -Wall inject.c -o inject
@strip inject