blob: da205b04c2e81f10cebf100f8315da573461524e [file] [log] [blame]
CC=gcc
TESTS=dirty
all: $(TESTS)
dirty: dirty.c
$(CC) -o $@ $^