mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
4 lines
232 B
Makefile
4 lines
232 B
Makefile
all: master_server.c test_client.c
|
|
gcc -Wall `sdl-config --cflags` master_server.c -o master_server `sdl-config --libs` -lSDL_net -I.
|
|
gcc -Wall `sdl-config --cflags` test_client.c -o test_client `sdl-config --libs` -lSDL_net -I.
|
|
|