resistormaid/Makefile

14 lines
142 B
Makefile
Raw Permalink Normal View History

2024-02-26 00:55:52 +03:00
CC=gcc
CFLAGS=-Wall -O2
ifndef VERBOSE
.SILENT:
endif
all: clean resistormaid
resistormaid: resistormaid.o
clean:
rm -f resistormaid *.o