diff options
| -rw-r--r-- | makefile | 2 | ||||
| -rw-r--r-- | src/main.c | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,7 @@ SRC_DIR := src BIN_DIR := build OBJ_DIR := $(BIN_DIR)/obj -EXE := $(BIN_DIR)/hellomake +EXE := $(BIN_DIR)/dedit SRC := $(wildcard $(SRC_DIR)/*.c) OBJ := $(SRC:$(SRC_DIR)/%.c=$(OBJ_DIR)/%.o) @@ -1,6 +1,5 @@ #include "../inc/demo.h" #include "../inc/huffman.h" -#include "../inc/pack.h" #include <stdio.h> #include <stdlib.h> |
