resistormaid/Makefile
2024-02-25 13:55:52 -08:00

14 lines
142 B
Makefile

CC=gcc
CFLAGS=-Wall -O2
ifndef VERBOSE
.SILENT:
endif
all: clean resistormaid
resistormaid: resistormaid.o
clean:
rm -f resistormaid *.o