include ..\makefile.in TARGET = devlist.exe all: $(TARGET) clean: $(RM) $(OUTDIR)\$(TARGET)