mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-18 01:27:00 +08:00
All use Starting
and Finished
, remove deb-prepare
prerequisite
[GitHub #207]
This commit is contained in:
parent
aab3042c88
commit
a2321fdc06
11
Makefile
11
Makefile
@ -65,8 +65,9 @@ CFLAGS += -static
|
||||
endif
|
||||
|
||||
all:
|
||||
@echo "Starting: Compile chsrc executable"
|
||||
@$(CC) src/chsrc-main.c $(CFLAGS) $(_C_Warning_Flags) -o $(Target-Name)
|
||||
@echo; echo Compile done using \'$(CC)\' $(CFLAGS)
|
||||
@echo Finished: Compile chsrc executable using \'$(CC)\' $(CFLAGS)
|
||||
|
||||
CI: all
|
||||
@mv $(Target-Name) $(CI_ARTIFACT_NAME)
|
||||
@ -105,12 +106,14 @@ test-fw:
|
||||
@./fw
|
||||
|
||||
# DEB package targets
|
||||
deb-prepare: $(Target-Name)
|
||||
@echo "Preparing for DEB package build..."
|
||||
deb-prepare:
|
||||
@echo "Starting: Prepare for building DEB package"
|
||||
@echo "Finished: Prepare for building DEB package"
|
||||
|
||||
deb-build: deb-prepare
|
||||
@echo "Building DEB package..."
|
||||
@echo "Starting: Build DEB package"
|
||||
@debuild -us -uc -b
|
||||
@echo "Finished: Build DEB package"
|
||||
|
||||
deb-clean:
|
||||
@echo "Starting: Clean DEB build artifacts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user