Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
all: hwsim_test
ifndef CC
CC=gcc
endif
ifndef CFLAGS
CFLAGS = -O2 -Wall -g
hwsim_test: hwsim_test.o
clean:
rm -rf *.o
rm -rf hwsim_test