Initial commit
This commit is contained in:
11
kapitel15/matte/version3.Makefile
Normal file
11
kapitel15/matte/version3.Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
CC=cc
|
||||
CFLAGS=-Wall -Wextra -pedantic -std=c99 -D_XOPEN_SOURCE=600
|
||||
OBJS=matte.o minmattefunk.o usage.o
|
||||
|
||||
matte: $(OBJS)
|
||||
$(CC) -o matte $(OBJS)
|
||||
|
||||
matte.o: minmattefunk.h usage.h
|
||||
|
||||
clean:
|
||||
rm matte $(OBJS)
|
Reference in New Issue
Block a user