1
0
Files
2022-09-29 17:59:04 +03:00

12 lines
134 B
Makefile

CFLAGS= -I$(ROOT)/usr/include/ -g -DSN -DSN0 -DFORCE_ERRORS -64
TARGETS= err_inject
ALL: $(TARGETS)
clobber:
rm -f $(TARGETS)