[clean] Remove the useless config.h.def
This commit is contained in:
parent
1be2bdcd37
commit
9e923232ad
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -49,9 +49,6 @@ $(SLSTATUS_OBJ): $(SRC_DIR)/archy_slstatus.c $(SRC_DIR)/archy_slstatus.h $(SRC_D
|
|||
@mkdir -p $(@D)
|
||||
$(CC) -o $@ -c $(CPPFLAGS) $(CFLAGS) $<
|
||||
|
||||
config.h:
|
||||
cp config.def.h $@
|
||||
|
||||
$(BUILD_DIR)/archy-slstatus: $(SLSTATUS_OBJ) $(COM_OBJ) $(REQ_OBJ)
|
||||
$(CC) -o $@ $(LDFLAGS) $(SLSTATUS_OBJ) $(COM_OBJ) $(REQ_OBJ) $(LDLIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue