8 lines
104 B
Makefile
8 lines
104 B
Makefile
include ..\makefile.in
|
|
|
|
TARGET = devlist.exe
|
|
|
|
all: $(TARGET)
|
|
|
|
clean:
|
|
$(RM) $(OUTDIR)\$(TARGET)
|