Skip to content

Commit

Permalink
default to rototexture
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Jan 25, 2024
1 parent cd017d8 commit f439292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/vga_demo/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.DEFAULT: vga_humanshader.si
silice-make.py -s vga_humanshader.si -b $@ -p basic,vga -o BUILD_$(subst :,_,$@) $(ARGS)
.DEFAULT: vga_rototexture.si
silice-make.py -s vga_rototexture.si -b $@ -p basic,vga -o BUILD_$(subst :,_,$@) $(ARGS)

clean:
rm -rf BUILD_*

0 comments on commit f439292

Please sign in to comment.