mirror of
https://github.com/ctm/executor.git
synced 2025-01-08 02:33:26 +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
|