Monday 7 February 2022

Makefile miscellaneous commands

Some miscellaneous commands for makefile This command will cd to a page and run command inside the page, if successful succeeding commands will be called.


build:adminx	font	js

js:
	npm run build

font:
	npm run gulp iconfont

adminx:
	cd admin; npm run build
    
    
Share:

0 comments:

Post a Comment

Popular Posts

Recent Posts

Pages

Powered by Blogger.

About Me

My photo
For the past 10 years, I've been playing with codes using PHP, Java, Rails. I do this for a living and love new things to learn and the challenges that comes with it. Besides programming I love spending time with friends and family and can often be found together catching the latest movie or planning a trip to someplace I've never been before.