8 lines
97 B
Makefile
8 lines
97 B
Makefile
CC=gcc
|
|
|
|
elea: elea.o governo.o accumulatore.o
|
|
|
|
clean: FORCE
|
|
@rm -f elea *.o tags
|
|
|
|
.PHONY: FORCE
|