8 lines
90 B
Makefile
8 lines
90 B
Makefile
TARGET = devlist
|
|
|
|
include ../makefile.in
|
|
|
|
all: $(TARGET)
|
|
|
|
clean:
|
|
$(RM) $(TARGET)
|