mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
11 lines
149 B
Makefile
11 lines
149 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# Makefile for Poco PageCompiler Samples
|
||
|
#
|
||
|
|
||
|
.PHONY: projects
|
||
|
clean all: projects
|
||
|
projects:
|
||
|
$(MAKE) -C HTTPTimeServer $(MAKECMDGOALS)
|