Skip to content

Commit

Permalink
super ugly way to run it.
Browse files Browse the repository at this point in the history
Seems to start. Graphics look really ugly and all colors are wrong.
  • Loading branch information
diekmann committed Mar 1, 2021
1 parent 9f52e0d commit c5b980f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doom/linuxdoom-1.10/Makefile
Expand Up @@ -96,6 +96,11 @@ $(O)/%.o: %.c
mkdir -p linux
$(CC) $(CFLAGS) -c $< -o $@

run: all
Xephyr :1 -ac -screen 320x200x8 &
sleep 5 # ugly!! waiting for Xephyr to start.
DISPLAY=:1 ./linux/linuxxdoom

#############################################################
#
#############################################################

0 comments on commit c5b980f

Please sign in to comment.