TARGET = # mettre ici le nom du programme

default:
	as $(TARGET).s -o $(TARGET).o
	gcc $(TARGET).o -o $(TARGET)