1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-07 00:17:07 +00:00
Files
mist-devel.mist-board/cores/bbc/bench/common/Makefile
2015-09-29 21:05:29 +02:00

12 lines
216 B
Makefile

TARGET=libcommon.a
.PHONY: $(TARGET)
all: $(TARGET)
OBJECTS=edge.o
$(TARGET): $(OBJECTS)
$(AR) rvs $(TARGET) $(OBJECTS)
clean:
rm -rf *.o $(TARGET)
distclean: clean
rm -rf *~ *.mif *.lu *.ul *.vcd *.txt *.orig