[clean] Remove the useless `config.h.def`

This commit is contained in:
Anas Elgarhy 2023-05-11 23:06:17 +03:00
parent 1be2bdcd37
commit 9e923232ad
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 0 additions and 3 deletions

View File

@ -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)