diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-07-29 18:25:45 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 5c497c61a656f338eb9599fb5f364ad853d0eccf (patch) | |
| tree | 125832fffe333da4ef51de914fd012de54569b4e /Makefile | |
| parent | 44d4752e83d807cde6aff8260b5aa2acdf77778d (diff) | |
Implemented (most of) the inline assembly in inline.h
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ CXXFLAGS = $(CFLAGS) LDLIBS = -lm # /home/relnev/ElectricFence-2.2.2/libefence.a CFLAGS += `sdl-config --cflags` -LDLIBS += `sdl-config --libs` +LDLIBS += -L/usr/X11R6/lib -lX11 -lXext `sdl-config --libs` AFLAGS = -g -Iinclude/ -w+macro-params -w+orphan-labels -w+number-overflow |
