7 lines
53 B
Makefile
7 lines
53 B
Makefile
CC = gcc -s
|
|
|
|
all: fip_maker
|
|
|
|
clean:
|
|
$(RM) fip_maker
|