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