Ver código fonte

Added compile script (really now).

Taddeüs Kroes 14 anos atrás
pai
commit
eef9bd050d
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      compile

+ 5 - 0
compile

@@ -0,0 +1,5 @@
+#!/bin/sh
+xgcc -S $1.c
+xgcc -o $1.o $1.s
+sim-outorder $1.o 2>&1 | egrep -o ^sim_cycle[[:space:]]+[[:digit:]]+ \
+    | egrep -o [[:digit:]]+$