]> wirehaze git hosting - ppos.git/blob - ppos/test/makefile

wirehaze git hosting

tasks implementation (ongoing)
[ppos.git] / ppos / test / makefile
1 # PingPongOS - PingPong Operating System
2 # Prof. Carlos A. Maziero, DINF UFPR
3 # Versão 2.0 -- Junho de 2025
4
5 # ATENÇÃO: ESTE ARQUIVO NÃO DEVE SER ALTERADO; ALTERAÇÕES SERÃO DESCARTADAS.
6
7 # flags
8 CPPFLAGS += -I../ -I../kernel/ -I../lib/
9
10 # compila arquivo de teste
11 ping%:
12 $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@.o $@.c