1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-22 15:38:07 +00:00

Merge pull request #53 from ekilmer/fix-bddisasm-makefile

Add missing sources to Makefile for bddisasm
This commit is contained in:
Anichitei Ionel-Cristinel 2022-01-04 17:43:15 +02:00 committed by GitHub
commit 08103713b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
.PHONY: clean
SRC_FILES := crt.c bddisasm.c
SRC_FILES := crt.c bddisasm.c bdformat.c bdhelpers.c
OBJECTS := $(SRC_FILES:.c=.o)