hash fix (not finished yet)

This commit is contained in:
nis
2020-05-03 21:38:04 +02:00
parent 733c700492
commit c56a151762
6 changed files with 103 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
TARGET ?= dazibao
SRC_DIRS ?= ./src/*
CC := gcc
CFLAGS= -O2 -Wall
CFLAGS= -O2 -Wall -g
SRCS := $(shell find $(SRC_DIRS) -name *.c -or -name *.s)
OBJS := $(addsuffix .o,$(basename $(SRCS)))
DEPS := $(OBJS:.o=.d)