mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
11 lines
137 B
Makefile
11 lines
137 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# Makefile for Poco SevenZip Samples
|
||
|
#
|
||
|
|
||
|
.PHONY: projects
|
||
|
clean all: projects
|
||
|
projects:
|
||
|
$(MAKE) -C un7zip $(MAKECMDGOALS)
|