Skip to content

Commit

Permalink
dev target for /pages/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Jan 18, 2025
1 parent d38714a commit 51197ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ saucecharts:
cp -r $(NODE)/saucecharts/src/* src/saucecharts/
cp -r $(NODE)/saucecharts/css/* css/saucecharts/

dev: default
rm -f src/saucecharts/*
for x in ~/project/saucecharts/src/*; do \
ln $$x src/saucecharts/ ; \
done
rm -f css/saucecharts/*
for x in ~/project/saucecharts/css/*; do \
ln $$x css/saucecharts/ ; \
done


clean:
rm -rf flags src css
Expand Down

0 comments on commit 51197ec

Please sign in to comment.