Removed unoptimized print

main
Øyvind Skaaden 2022-03-15 22:29:14 +01:00
parent 2734cdb176
commit a0c695ef66
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ps3: $(PS3_EXAMPLES)
ps4: $(PS4_EXAMPLES)
%.ast: %.vsl clean
$(VSLC) -t -T -s < $^ > $@
$(VSLC) -T -s < $^ > $@
clean:
-rm -r */*.ast