summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 133d8cb9c9e14e380fba3791e28184c39948bac8 (plain)
1
2
3
4
5
6
7
8
9
CC=gcc

default: JPGDestroyer

JPGDestroyer: main.c
	$(CC) main.c -o JPGDestroyer

clean:
	rm JPGDestroyer