executor/packages/error_wrappers/Makefile

7 lines
132 B
Makefile

CFLAGS=-g -Wall -ansi -pedantic -O
test: test.o error.o
$(CC) -o test test.o error.o
test.o error.o: error.h MacTypes.h Makefile