mirror of
https://github.com/ctm/executor.git
synced 2025-01-06 19:31:44 +00:00
7 lines
132 B
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
|